home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’97
/
Warrior’s Progress
/
source code
/
Source
/
Libraries
/
Views
/
Standard Views
/
ViewCell.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-06-28
|
160 b
|
15 lines
|
[
TEXT/CWIE
]
// ViewCell.h
#ifndef ViewCell_h
#define ViewCell_h
class ViewMap;
class ViewCell
{
public:
virtual void Draw( const ViewMap& ) const = 0;
};
#endif